Skip to content

Update Gradle shadow plugin to 9.0.1 #132637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 14, 2025
Merged

Conversation

breskeby
Copy link
Contributor

This fixes incompatibility issues with Gradle 9.0

@breskeby breskeby added >non-issue :Delivery/Build Build or test infrastructure labels Aug 11, 2025
@breskeby breskeby requested a review from a team as a code owner August 11, 2025 09:17
@breskeby breskeby added Team:Delivery Meta label for Delivery team auto-backport Automatically create backport pull requests when merged v9.2.0 v8.19.2 v9.1.2 v8.17.11 v8.18.6 v9.0.6 labels Aug 11, 2025
@breskeby breskeby self-assigned this Aug 11, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

This fixes incompatibility issues with Gradle 9.0
there was a change in behaviour in the shadow jar implementation with the version update
@breskeby breskeby merged commit 12a21df into elastic:main Aug 14, 2025
32 of 33 checks passed
breskeby added a commit to breskeby/elasticsearch that referenced this pull request Aug 14, 2025
* Update Gradle shadow plugin to 9.0.1

This fixes incompatibility issues with Gradle 9.0

* Fix hdfs fixture shadow tasks

there was a change in behaviour in the shadow jar implementation with the version update

* Cleanup verification
breskeby added a commit to breskeby/elasticsearch that referenced this pull request Aug 14, 2025
* Update Gradle shadow plugin to 9.0.1

This fixes incompatibility issues with Gradle 9.0

* Fix hdfs fixture shadow tasks

there was a change in behaviour in the shadow jar implementation with the version update

* Cleanup verification
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.17 Commit could not be cherrypicked due to conflicts
8.18 Commit could not be cherrypicked due to conflicts
9.0
9.1
8.19 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 132637

elasticsearchmachine pushed a commit that referenced this pull request Aug 14, 2025
* Update Gradle shadow plugin to 9.0.1

This fixes incompatibility issues with Gradle 9.0

* Fix hdfs fixture shadow tasks

there was a change in behaviour in the shadow jar implementation with the version update

* Cleanup verification
szybia added a commit to szybia/elasticsearch that referenced this pull request Aug 14, 2025
…-stats

* upstream/main: (36 commits)
  ESQL: Fix async operator warnings not always sent when blocking (elastic#132744)
  Method not needed anymore (elastic#132912)
  [Test] Excercise shutdown more reliably in snapshot stress IT (elastic#132909)
  Update Gradle shadow plugin to 9.0.1 (elastic#132637)
  Mute org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT test {p0=search/410_named_queries/named_queries_with_score} elastic#132906
  Update docker.elastic.co/wolfi/chainguard-base-fips:latest Docker digest to fa6cb69 (elastic#132735)
  Remove unnecessary calls to fold()  (elastic#131870)
  Use consistent terminology for transport version resources/references (elastic#132882)
  Mute org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT test {p0=search.vectors/40_knn_search_cosine/kNN search only regular query} elastic#132890
  Finalize release notes for v9.1.2 release (elastic#132745)
  Finalize release notes for v9.0.5 release (elastic#132718)
  Move inner records out of TransportVersionUtils (elastic#132872)
  Add support for Lookup Join on Multiple Fields (elastic#131559)
  Bootstrap PR-based benchmarks (elastic#132717)
  Refactor MetadataIndexTemplateService to use template maps instead of project metadata (elastic#132662)
  [Gradle] Update nebula ospackage plugin to 12.1.0 (elastic#132640)
  Mute org.elasticsearch.xpack.esql.CsvTests test {csv-spec:ip.CdirMatchEqualsInsOrs} elastic#132860
  Mute org.elasticsearch.xpack.esql.CsvTests test {csv-spec:floats.InMultivalue} elastic#132859
  Revert "Reuse prod code and reduce EsqlSession public surface" (elastic#132843)
  Mute org.elasticsearch.xpack.esql.CsvTests test {csv-spec:string.LengthOfText} elastic#132857
  ...
szybia added a commit to szybia/elasticsearch that referenced this pull request Aug 15, 2025
* upstream/main: (278 commits)
  ESQL - dense vector support cosine normalization (elastic#132721)
  [ML] Add support for dimensions in google vertex ai request (elastic#132689)
  ESQL - Add  byte element support for dense_vector data type (elastic#131863)
  ESQL: Fix async operator warnings not always sent when blocking (elastic#132744)
  Method not needed anymore (elastic#132912)
  [Test] Excercise shutdown more reliably in snapshot stress IT (elastic#132909)
  Update Gradle shadow plugin to 9.0.1 (elastic#132637)
  Mute org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT test {p0=search/410_named_queries/named_queries_with_score} elastic#132906
  Update docker.elastic.co/wolfi/chainguard-base-fips:latest Docker digest to fa6cb69 (elastic#132735)
  Remove unnecessary calls to fold()  (elastic#131870)
  Use consistent terminology for transport version resources/references (elastic#132882)
  Mute org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT test {p0=search.vectors/40_knn_search_cosine/kNN search only regular query} elastic#132890
  Finalize release notes for v9.1.2 release (elastic#132745)
  Finalize release notes for v9.0.5 release (elastic#132718)
  Move inner records out of TransportVersionUtils (elastic#132872)
  Add support for Lookup Join on Multiple Fields (elastic#131559)
  Bootstrap PR-based benchmarks (elastic#132717)
  Refactor MetadataIndexTemplateService to use template maps instead of project metadata (elastic#132662)
  [Gradle] Update nebula ospackage plugin to 12.1.0 (elastic#132640)
  Mute org.elasticsearch.xpack.esql.CsvTests test {csv-spec:ip.CdirMatchEqualsInsOrs} elastic#132860
  ...
elasticsearchmachine pushed a commit that referenced this pull request Aug 15, 2025
* Update Gradle shadow plugin to 9.0.1 (#132637)

* Update Gradle shadow plugin to 9.0.1

This fixes incompatibility issues with Gradle 9.0

* Fix hdfs fixture shadow tasks

there was a change in behaviour in the shadow jar implementation with the version update

* Cleanup verification

* Add missing verification data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged backport pending :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v8.17.11 v8.18.6 v8.19.3 v9.0.6 v9.1.3 v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants